Stop AI hallucinations with certified, source-backed facts. Swiss Truth MCP gives your AI agent access to a curated knowledge base covering Swiss law, health, finance, climate, AI/ML, and more. 8 tools, no API key needed, public and free.
Overview
What is Swiss Truth MCP?
Swiss Truth MCP is a verified knowledge base for AI agents — certified facts with confidence scores, source references, and SHA256 integrity hashes. Connect your AI agent to a curated, expert-reviewed knowledge base and stop hallucinations before they happen.
🇨🇭 Public. Free. No API key required.
Why Use It?
AI agents hallucinate — especially on niche topics like Swiss law, insurance, or tax regulations. Swiss Truth MCP gives agents access to certified, peer-reviewed facts with:
- ✅ Confidence scores (0–1) per claim
- ✅ Primary source references (government sites, academic papers)
- ✅ SHA256 integrity hashes for tamper detection
- ✅ Expert validator name + institution
- ✅ Multilingual support (DE, EN, FR, IT)
8 Available Tools
| Tool | Purpose |
|---|---|
search_knowledge | Search for verified facts by natural language query |
verify_claim | Fact-check a statement: supported / contradicted / unknown |
verify_claims_batch | Verify multiple claims at once |
verify_response | Fact-check an entire AI-generated response |
get_claim | Retrieve a single claim with full provenance |
list_domains | List all available knowledge domains |
submit_claim | Submit a new fact for expert review |
get_claim_status | Track the validation status of a submitted claim |
Knowledge Domains
Swiss law · Swiss health insurance · Swiss finance & taxes · Swiss education · Swiss energy · Swiss transport · Swiss politics · Swiss agriculture · Climate · AI/ML · World science · World history
Quick Connect
HTTP (Remote, no install):
https://swisstruth.org/mcp
Via Smithery CLI:
npx -y @smithery/cli@latest run martin111ma-za5d/swiss-truth-mcp --client claude
Example Queries
- "Is health insurance mandatory in Switzerland?"
- "What is the legal notice period for employment contracts in Switzerland?"
- "How does RAG reduce hallucinations?"
- "What are Switzerland's CO2 emission targets?"
Links
- 🌐 Homepage: swisstruth.org
- 📦 GitHub: swisstruthorg/swiss-truth-mcp
- 🔍 Live on Smithery: smithery.ai/servers/martin111ma-za5d/swiss-truth-mcp
Server Config
{
"mcpServers": {
"swiss-truth-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"martin111ma-za5d/swiss-truth-mcp",
"--client",
"claude"
]
}
}
}